aslim/test12345

The Laravel Framework.

1.0.0 2021-09-07 21:50 UTC

This package is auto-updated.

Last update: 2024-04-25 13:54:48 UTC


README

The Laravel framework is open-sourced software licensed under the MIT license.

This project is created in 1 hour. if have any bugs please send mail fazliddin51998@gmail.com

1-step creat new db mysql or postgresql

CREATE DATABASE db_name;

2-step copy .env.example or rename to .env

write your db connections

3-step run migrations

php artisan migrate

4-step run with server console

php artisan serve

5-run open with cmd this dir

cd ./frontend

npm install

6-run run frontend with cli serve

npm run serve

8 project is done

Test create step3 step4 Main read page step1 step2 Test update step5 step6 Test delete step7