Skip to content

xandeep/Laravel-Test

Repository files navigation

Laravel-Test

Blogging App - Laravel Pull all the files if any dependency problem or file autoload problems occurs, run

composer.phar install

or run

composer update

composer dump-autoload

to install migration and seed the data

run php artisan migrate

php artisan db:seed

php artisan db:seed --class=BlogsTableSeeder

php artisan db:seed --class=UsersTableSeeder

This should run the app if any problem to run or configure the application , please email - [email protected] I have also kept the mysql file if in case you need it. database name : blog

Pagination shows only 2 blogs per page at a time right now to just show an idea of pagination, in real we would want at least 10 or 15 blogs per page.

You can register a user yourself if in case migration and seeders of data do not work. I have still put the mysql file if needed.

My assumption is that I am not gonna be judged for designing skill or my skill or get interactive User Interface and User Experience, I have intuitive ways of doing UI and UX but for this simple app, I focussed only on basic core functionalities and not UI and UX.

I am more of 70% developer/programmer and I would like to be judged that way, and would like to focus my career towards being a developer and not a designer, however, I am open for any challenge right now and more than willing to contribute in any way I can.

Build Status Total Downloads Latest Stable Version License

About Laravel

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 attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

License

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

About

Blogging App for Laravel Skills Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published