Search

Showing 7 of 1,216 result(s)

/blog/2013/11/02/laravel-4-getting-user-input

No matter what application you're developing, or what platform you are developing on, it is a safe bet you need to get input from your users some how. Laravel 4 provides a really convenient way to do this using the Input facade. Let's look at a...

/blog/2016/12/07/laravel-artisan-general-command-the-name-command

The app:name command can be used to set the application namespace. It accepts only one argument, the new name of the application namespace. In a new Laravel installation, the application namespace is set to App , as can be seen in the following...

/blog/2018/04/14/laravel-5-accessing-the-logging-features-with-logger

The logger helper function can be used to retrieve the logger instance from the Service Container or as a convenient way to log debug messages within your Laravel application without having to inject any dependencies or include the...

/blog/2016/11/20/laravel-application-helper-app_path

app_path($path = '') The app_path will return the full path to the Laravel application directory (which is named app by default). The exact value returned by calling app_path is dependent on the specific folder structure where the application is...

/blog/2016/11/20/laravel-application-helper-config_path

config_path($path = '') The config_path function can be used to retrieve the path the config directory. It can also be used to construct paths relative to the configuration directory by supplying a $path . The following examples will assume that...

/blog/2016/11/20/laravel-application-helper-database_path

…base_path($path = '') The database_path function can be used to retrieve the path to the database directory. It can also be used to construct paths relative to the database directory by supplying a $path . The following examples will assume that...

/blog/2016/11/20/laravel-application-helper-public_path

public_path($path = '') The public_path will return the path to the public directory. It can also be used to construct paths relative to the public directory if a $path is supplied. The following examples will assume that the Laravel application...

Some absolutely amazing
people

The following amazing people help support this site and my open source projects ♥️
If you're interesting in supporting my work and want to show up on this list, check out my GitHub Sponsors Profile.