What is Lumen? If you need to answer this question with one statement then you can say “Lumen is fast micro-framework by Laravel and used to develop high speed micro-services and API development.“ Introduction Lumen is majorly used to develop APIs and web services. Lumen is Laravel’s micro framework that was created by the Laravel’s […]
Laravel 5.7 CRUD application
Laravel Project Example Hello Coders, today we develop the laravel crud application with laravel letest version larave 5.7. Step 1 : First we install the laravel package using below command,
1 |
composer create-project --prefer-dist laravel/laravel CRUD |
On this command we get laravel letest version because we not define the version of the laravel on the installation command, if we added […]
How to Run Laravel Project on Localhost
Here today I give you some tips about how to set up a Laravel project on local using XAMPP or WAMP server. For Windows users, there Some steps to which you do first, Windows Users: Download XAMPP or WAMP server XAMPP download link: https://www.apachefriends.org/download.html WAMPP download link: http://www.wampserver.com/en/#download-wrapper Download Composer, for Laravel package control, you can […]