App2 (don'tcpay attention to the name), is a laravel project that comprises of various modules :
- A One-role-based (admin & !admin) Authentication system with google, facebook and github api integration (Twitter and Linkedln, yet not) session.
- A Blogging system session.
- A User management system session.
- An Email and notification system session.
- An Interactive Dashboard for system (In progress) session.
- A Chatting and discussion system (In progress) session.
- A Calendar and Event management system (In progress) session.
’’php artisan migrate’’ Generate static users (username, email, password) : (Admin, [email protected]), (User, [email protected]) ’’php db:seed --seeder=AdminSeeder’’ Generate dummy posts published by the static users. ’’php db:seed --seeder=PostsTableSeeder’’
Either these or simply run the following command
’’php db:seed’’ ’’’’
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.
If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover any issue or vulnerability within this Laravel app, please send an e-mail to me via [email protected]. All security vulnerabilities and various issues will be promptly addressed! :)
This app is an open-sourced software licensed under the MIT license.