Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Open your teminal and type this commands :
- git clone [email protected]:touzaelhassan/LARAVEL-VUE-APPLICATION.git
- cd LARAVEL-VUE-APPLICATION
- composer install
- Create a mysql database in phpmyadmin
- Add database name and credentials to .env file => cp .env.example .env
- php artisan key:generate
- php artisan migrate
- php artisan serve
- Go To : http://localhost:8000
- npm install
- npm run dev
- php artisan product:add "Product Name" "Product Description" "Product Price" "Caterory Id"