Skip to content

armno/chirper-101

Repository files navigation

Chirper

Learning Laravel & React from Laravel Bootcamp.

setup

brew install composer
composer install
cp .env.example .env

create databalse

php artisan migrate

running local server

php artisan key:generate
php artisan serve
npm install
npm run dev

open http://localhost:8000.

other useful commands

php artisan route:list
composer dump-autoload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published