Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanikkumar/laravel-task-web
While Learning PHP I moved ahead and learned it's framework side by side to ease out the use of old codes and simplify the work like Django does using python. I've worked on django also so it was easy for me to understand another MVC and create simplistic websites as such maybe I'll create another one (One last with laravel)
https://github.com/yanikkumar/laravel-task-web
Last synced: about 1 month ago
JSON representation
While Learning PHP I moved ahead and learned it's framework side by side to ease out the use of old codes and simplify the work like Django does using python. I've worked on django also so it was easy for me to understand another MVC and create simplistic websites as such maybe I'll create another one (One last with laravel)
- Host: GitHub
- URL: https://github.com/yanikkumar/laravel-task-web
- Owner: yanikkumar
- Created: 2019-08-02T11:21:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T07:21:38.000Z (almost 2 years ago)
- Last Synced: 2024-02-05T07:29:17.521Z (11 months ago)
- Language: PHP
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel-Task-App
While Learning PHP I moved ahead and learned it's framework side by side to ease out the use of old codes and simplify the work like **Django** does using **python**. I've worked on django also so it was easy for me to understand another **MVC** and create simplistic websites as such maybe I'll create another one.(One last with laravel)## Set-ups
make sure you setup your `.env` file with the database name and password and make database table for the task also don't forget to run `php artisan make:igration` and run `php artisan serve` to run the application.> Django vs Laravel ?? which one's better ....still a mystery because both works great on there way.