Today we’ll be covering using named routes in Laravel, which will ultimately make our lives easier in building our final web application. This is part of a series of posts designed to help a newcomer to the Laravel PHP framework find their way around. By the time this series is through, we’ll know the ins [...]
Series Archives: Laravel for the Complete Beginner
Prettifying Laravel URLs
Laravel is a great PHP framework, but unfortunately it’s default URLs have index.php in them. Today, we’ll be covering how to fix this problem by providing a solution for both Apache and nginx servers!
Posted in Tutorials 4 Comments
Install & Setup Laravel in 3 Easy Steps
A while ago we wrote an article reviewing Laravel, a new PHP framework. Today, we’re kicking off a series to teach you more about it! This is the first of a series of posts designed to help a newcomer to the Laravel PHP framework find their way around. By the time this series is through, [...]
Posted in Tutorials 2 Comments