-
Create database
laravel
-
Run
composer install
-
Run the following commands:
-
php artisan storage:link
-
php artisan migrate --seed
-
php artisan serve
-
Import Mashedbrain.postman_collection.json
for api endpoints.
-
Run
Authentication->Login
to get theauth_token
-
Copy the
auth_token
to the collection variable.
The Laravel framework is open-sourced software licensed under the MIT license.