
How to install Laravel
I am new to Laravel. I want to install Laravel but I am not able to install it in my localhost
kaushal Kumar Upadhyay
I am new to Laravel. I want to install Laravel but I am not able to install it in my localhost
kaushal Kumar Upadhyay
I want to display the difference of time in posting related to current time such as you have posted this blog 15 min ago
kaushal Kumar Upadhyay
In Controller funtion:
public function {
$variable = DB::table('table_name')->pageinate(number_of_record);
return view('page_n
kaushal Kumar Upadhyay
public funciton funciton_name()
{
//your code goes here;
}
kaushal Kumar Upadhyay
I have install laravel on my localhost I want to remove Public form url such as http://example.com/ public to http://example.com to access base site
kaushal Kumar Upadhyay
I have freshly installed a Laravel application, the Default name is 'Laravel' displayed in my title tag.
I want to change its Defaul
kaushal Kumar Upadhyay
I have created a table not having created_at and updated_at column,
On submit form to store data into database table it is showing unknown c
kaushal Kumar Upadhyay
kaushal Kumar Upadhyay
I am creating a search box to search product on my e-commerce website. It is working fine but i want only limited recored on one page
I have
kaushal Kumar Upadhyay
How to configure laravel application to send email
kaushal Kumar Upadhyay
I have number of migration, but I want to migrate single migration at a time;
kaushal Kumar Upadhyay
How can I pass data from laravel controller to blade and access this blade in controller as html code.
kaushal Kumar Upadhyay